class Ubcbooker::Error::LoginFailed

Attributes

message[R]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/ubcbooker/error.rb, line 82
def initialize
  @message = "\nLogin Failed :/\n".red <<
    "Please try logging in with a different username or password\n" <<
    "You can use `-u` flag to update saved accout info"
  super
end