Exception: ZeroAuthorization::Exceptions::ExecutingUnreachableCode

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zero_authorization/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'It may be a bug. Please report to ZeroAuthorization\'s authors!') ⇒ ExecutingUnreachableCode

Returns a new instance of ExecutingUnreachableCode.



4
5
6
# File 'lib/zero_authorization/exceptions.rb', line 4

def initialize(msg = 'It may be a bug. Please report to ZeroAuthorization\'s authors!')
  super(msg)
end