Exception: TryApi::ConfigFileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/try_api/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ConfigFileNotFound

Returns a new instance of ConfigFileNotFound.



6
7
8
# File 'lib/try_api/exceptions.rb', line 6

def initialize(message)
  @message = message
end

Instance Attribute Details

#messageObject

Returns the value of attribute message.



4
5
6
# File 'lib/try_api/exceptions.rb', line 4

def message
  @message
end