class Givepulse::UnsupportedMethod

Public Class Methods

new(resource_class) click to toggle source
Calls superclass method
# File lib/givepulse/exceptions/unsupported_method.rb, line 3
def initialize(resource_class)
    super("This method is not supported on #{resource_class}")
end