Exception: VMC::NotAuthorized

Inherits:
UserError
  • Object
show all
Defined in:
lib/vmc/errors.rb

Instance Method Summary collapse

Methods inherited from UserError

#to_s

Constructor Details

#initializeNotAuthorized

Returns a new instance of NotAuthorized.



13
14
15
# File 'lib/vmc/errors.rb', line 13

def initialize
  @message = "Not authorized."
end