Exception: ApiSerializer::Errors::VariantNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/api_serializer/errors/variant_not_found_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Variant not found") ⇒ VariantNotFoundError

Returns a new instance of VariantNotFoundError.



4
5
6
# File 'lib/api_serializer/errors/variant_not_found_error.rb', line 4

def initialize(message = "Variant not found")
  super
end