Exception: DMAO::API::Errors::UnsupportedQueryBySystemUUID
- Inherits:
-
StandardError
- Object
- StandardError
- DMAO::API::Errors::UnsupportedQueryBySystemUUID
- Defined in:
- lib/dmao/api/errors/unsupported_query_by_system_uuid.rb
Instance Method Summary collapse
-
#initialize(msg = "Querying by system uuid is not supported.") ⇒ UnsupportedQueryBySystemUUID
constructor
A new instance of UnsupportedQueryBySystemUUID.
Constructor Details
#initialize(msg = "Querying by system uuid is not supported.") ⇒ UnsupportedQueryBySystemUUID
Returns a new instance of UnsupportedQueryBySystemUUID.
7 8 9 10 11 |
# File 'lib/dmao/api/errors/unsupported_query_by_system_uuid.rb', line 7 def initialize(msg="Querying by system uuid is not supported.") super(msg) end |