Exception: BitBucket::Error::NoEvents

Inherits:
ClientError show all
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

Methods inherited from ClientError

#generate_message

Constructor Details

#initializeNoEvents

Returns a new instance of NoEvents.



4
5
6
# File 'lib/bitbucket_rest_api/error/no_events.rb', line 4

def initialize
  super "At least one event is required, none given :("
end