Exception: BitBucket::Error::BlankValue
- Inherits:
-
ClientError
- Object
- StandardError
- BitBucketError
- ClientError
- BitBucket::Error::BlankValue
- Defined in:
- lib/bitbucket_rest_api/error/blank_value.rb
Instance Attribute Summary
Attributes inherited from ClientError
#problem, #resolution, #summary
Attributes inherited from BitBucketError
#response_headers, #response_message
Instance Method Summary collapse
-
#initialize(required_key) ⇒ BlankValue
constructor
A new instance of BlankValue.
Methods inherited from ClientError
Constructor Details
#initialize(required_key) ⇒ BlankValue
Returns a new instance of BlankValue.
5 6 7 |
# File 'lib/bitbucket_rest_api/error/blank_value.rb', line 5 def initialize(required_key) super "The value for: '#{required_key}', cannot be blank :(" end |