Sha256: 96ded7fc5a44aa3a1b1e24d23b978e5c3786e3f2c172c3fd7a62910f778b150b
Contents?: true
Size: 195 Bytes
Versions: 2
Compression:
Stored size: 195 Bytes
Contents
module Givepulse class UnsupportedMethod < StandardError def initialize(resource_class) super("This method is not supported on #{resource_class}") end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
givepulse-0.1.1 | lib/givepulse/exceptions/unsupported_method.rb |
givepulse-0.1.0 | lib/givepulse/exceptions/unsupported_method.rb |