Exception: Givepulse::UnsupportedMethod

Inherits:
StandardError
  • Object
show all
Defined in:
lib/givepulse/exceptions/unsupported_method.rb

Instance Method Summary collapse

Constructor Details

#initialize(resource_class) ⇒ UnsupportedMethod



3
4
5
# File 'lib/givepulse/exceptions/unsupported_method.rb', line 3

def initialize(resource_class)
    super("This method is not supported on #{resource_class}")
end