Exception: Subroutine::Auth::AuthorizationNotDeclaredError
- Inherits:
-
StandardError
- Object
- StandardError
- Subroutine::Auth::AuthorizationNotDeclaredError
- Defined in:
- lib/subroutine/auth.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ AuthorizationNotDeclaredError
constructor
A new instance of AuthorizationNotDeclaredError.
Constructor Details
#initialize(msg = nil) ⇒ AuthorizationNotDeclaredError
Returns a new instance of AuthorizationNotDeclaredError.
18 19 20 |
# File 'lib/subroutine/auth.rb', line 18 def initialize(msg = nil) super(msg || 'Authorization management has not been declared on this class') end |