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.



19
20
21
# File 'lib/subroutine/auth.rb', line 19

def initialize(msg = nil)
  super(msg || "Authorization management has not been declared on this class")
end