Exception: Subroutine::Auth::AuthorizationNotDeclaredError
- Inherits:
-
StandardError
- Object
- StandardError
- Subroutine::Auth::AuthorizationNotDeclaredError
- Defined in:
- lib/subroutine/auth/authorization_not_declared_error.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.
7 8 9 |
# File 'lib/subroutine/auth/authorization_not_declared_error.rb', line 7 def initialize(msg = nil) super(msg || "Authorization management has not been declared on this class") end |