Exception: Finale::NotLoggedIn
- Inherits:
-
StandardError
- Object
- StandardError
- Finale::NotLoggedIn
- Defined in:
- lib/finale/errors.rb
Instance Method Summary collapse
-
#initialize(verb: nil, url: nil) ⇒ NotLoggedIn
constructor
A new instance of NotLoggedIn.
Constructor Details
#initialize(verb: nil, url: nil) ⇒ NotLoggedIn
Returns a new instance of NotLoggedIn.
3 4 5 6 |
# File 'lib/finale/errors.rb', line 3 def initialize(verb: nil, url: nil) = "Request to (#{verb}) #{url} can't be made. You are not logged in." super() end |