Exception: RailsThrottle::ThrottleError
- Inherits:
-
StandardError
- Object
- StandardError
- RailsThrottle::ThrottleError
- Defined in:
- lib/rails_throttle.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ ThrottleError
constructor
A new instance of ThrottleError.
Constructor Details
#initialize(message = nil) ⇒ ThrottleError
Returns a new instance of ThrottleError.
10 11 12 |
# File 'lib/rails_throttle.rb', line 10 def initialize( = nil) super() end |