Sha256: 0285aeedea169462fc3880f3a520444e2225a61411e4082c41b4759c9cc50bdd

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

# frozen_string_literal: true
module BitBucket
  module Error
    class BlankValue < ClientError
      def initialize(required_key)
        super "The value for: '#{required_key}', cannot be blank :("
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bitbuckets-0.2.0 lib/bitbucket_rest_api/error/blank_value.rb