Exception: JPie::Errors::InvalidIncludeParameterError

Inherits:
BadRequestError show all
Defined in:
lib/jpie/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#code, #detail, #source, #status, #title

Instance Method Summary collapse

Methods inherited from Error

#to_hash

Constructor Details

#initialize(detail: 'Invalid include parameter format') ⇒ InvalidIncludeParameterError

Returns a new instance of InvalidIncludeParameterError.



112
113
114
# File 'lib/jpie/errors.rb', line 112

def initialize(detail: 'Invalid include parameter format')
  super
end