Method: VMC::NotAuthorized#initialize

Defined in:
lib/vmc/errors.rb

#initializeNotAuthorized

Returns a new instance of NotAuthorized.



15
16
17
# File 'lib/vmc/errors.rb', line 15

def initialize
  @message = "Not authorized."
end