Exception: PAS::DisabledMethodError

Inherits:
Error
  • Object
show all
Defined in:
lib/pas.rb

Instance Method Summary collapse

Constructor Details

#initializeDisabledMethodError

Returns a new instance of DisabledMethodError.



27
28
29
# File 'lib/pas.rb', line 27

def initialize
  super "This method is disabled for this Resource"
end