Exception: RailsThrottle::ThrottleError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ ThrottleError

Returns a new instance of ThrottleError.



10
11
12
# File 'lib/rails_throttle.rb', line 10

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