Exception: VMC::NotAuthorized
- Inherits:
-
UserError
- Object
- RuntimeError
- UserFriendlyError
- UserError
- VMC::NotAuthorized
- Defined in:
- lib/vmc/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NotAuthorized
constructor
A new instance of NotAuthorized.
Methods inherited from UserFriendlyError
Constructor Details
#initialize ⇒ NotAuthorized
Returns a new instance of NotAuthorized.
15 16 17 |
# File 'lib/vmc/errors.rb', line 15 def initialize @message = "Not authorized." end |