Class: AtlasEngine::Errors::LocaleUnsupportedError
- Inherits:
-
GraphQL::ExecutionError
- Object
- GraphQL::ExecutionError
- AtlasEngine::Errors::LocaleUnsupportedError
- Defined in:
- app/graphql/atlas_engine/errors/locale_unsupported_error.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'app/graphql/atlas_engine/errors/locale_unsupported_error.rb', line 7 def to_h super.merge( "extensions" => { "code" => "LOCALE_UNSUPPORTED", "attribute" => "locale", }, ) end |