Exception: Subroutine::Auth::AuthorizationNotDeclaredError

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

Instance Method Summary collapse

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