Exception: TrackingMore::TrackingMoreException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/trackingmore/exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = '') ⇒ TrackingMoreException

Returns a new instance of TrackingMoreException.



4
5
6
# File 'lib/trackingmore/exception.rb', line 4

def initialize(message = '')
  super(message)
end