Exception: BitBucket::Error::NoEvents
- Inherits:
-
ClientError
- Object
- StandardError
- BitBucketError
- ClientError
- BitBucket::Error::NoEvents
- Defined in:
- lib/bitbucket_rest_api/error/no_events.rb
Instance Attribute Summary
Attributes inherited from ClientError
#problem, #resolution, #summary
Attributes inherited from BitBucketError
#response_headers, #response_message
Instance Method Summary collapse
-
#initialize ⇒ NoEvents
constructor
A new instance of NoEvents.
Methods inherited from ClientError
Constructor Details
#initialize ⇒ NoEvents
Returns a new instance of NoEvents.
5 6 7 |
# File 'lib/bitbucket_rest_api/error/no_events.rb', line 5 def initialize super 'At least one event is required, none given :(' end |