Sha256: 6f63e0ab391cb82bb8c483994dd585c80bc334e488d591e632e7077809229bbc

Contents?: true

Size: 287 Bytes

Versions: 4

Compression:

Stored size: 287 Bytes

Contents

module Errors
  class BasicObjectError < StandardError
    def initialize(msg="Cannot follow instances of BasicObject")
      super
    end
  end

  class MethodConflictError < StandardError
    def initialize(msg="Methods cannot be white and blacklisted")
      super
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
putter-0.6.1 lib/putter/errors.rb
putter-0.6.0 lib/putter/errors.rb
putter-0.5.1 lib/putter/errors.rb
putter-0.5.0 lib/putter/errors.rb