Exception: CustomErrors::RegistrationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/helpers/custom_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "That username and password combination is incorrect. I think you need to register first.") ⇒ RegistrationError

Returns a new instance of RegistrationError.



9
10
11
# File 'lib/helpers/custom_errors.rb', line 9

def initialize(msg="That username and password combination is incorrect. I think you need to register first.")
  super
end