Exception: ApiSerializer::Errors::VariantNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- ApiSerializer::Errors::VariantNotFoundError
- Defined in:
- lib/api_serializer/errors/variant_not_found_error.rb
Instance Method Summary collapse
-
#initialize(message = "Variant not found") ⇒ VariantNotFoundError
constructor
A new instance of VariantNotFoundError.
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( = "Variant not found") super end |