class DMAO::API::Errors::ActionUnsupported
Public Class Methods
new(msg="Action is not supported by entity.")
click to toggle source
Calls superclass method
# File lib/dmao/api/errors/action_unsupported.rb, line 7 def initialize(msg="Action is not supported by entity.") super(msg) end