Exception: Subroutine::Auth::AuthorizationNotDeclaredError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/subroutine/auth/authorization_not_declared_error.rb

Instance Method Summary collapse

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