Exception: ZeroAuthorization::Exceptions::ExecutingUnreachableCode
- Inherits:
-
StandardError
- Object
- StandardError
- ZeroAuthorization::Exceptions::ExecutingUnreachableCode
- Defined in:
- lib/zero_authorization/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = 'It may be a bug. Please report to ZeroAuthorization\'s authors!') ⇒ ExecutingUnreachableCode
constructor
A new instance of ExecutingUnreachableCode.
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 |