Exception: PAS::DisabledMethodError
Instance Method Summary collapse
-
#initialize ⇒ DisabledMethodError
constructor
A new instance of DisabledMethodError.
Constructor Details
#initialize ⇒ DisabledMethodError
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 |