Exception: Scottrade::AuthenticationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/scottrade/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Authentication Error") ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



3
4
5
# File 'lib/scottrade/error.rb', line 3

def initialize(msg = "Authentication Error")
  super(msg)
end