class Subroutine::Auth::AuthorizationNotDeclaredError

Public Class Methods

new(msg = nil) click to toggle source
Calls superclass method
# 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