Exception: CF::NotAuthorized

Inherits:
UserError show all
Defined in:
lib/cf/errors.rb

Instance Method Summary collapse

Methods inherited from UserFriendlyError

#to_s

Constructor Details

#initializeNotAuthorized

Returns a new instance of NotAuthorized.



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

def initialize
  @message = "Not authorized."
end