Exception: BitBucket::Error::BlankValue

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

Methods inherited from ClientError

#generate_message

Constructor Details

#initialize(required_key) ⇒ BlankValue

Returns a new instance of BlankValue.



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

def initialize(required_key)
  super "The value for: '#{required_key}', cannot be blank :("
end