class DMAO::API::Errors::UnsupportedQueryBySystemUUID
Public Class Methods
new(msg="Querying by system uuid is not supported.")
click to toggle source
Calls superclass method
# 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