Sha256: 0c020f8ab8494dfea7cfaa248c25e860c1541e1fdfce2f111f8c1c9f54c37e35

Contents?: true

Size: 212 Bytes

Versions: 13

Compression:

Stored size: 212 Bytes

Contents

module Arrthorizer
  class ArrthorizerException < StandardError
    attr_reader :inner

    def initialize(message = "Exception occurred", inner = $!)
      super(message)

      @inner = inner
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
arrthorizer-0.4.2 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.4.1 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.3.2 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.3.1 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.3.0 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.2.1 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.2.0 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.1.3 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.1.2 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.1.1 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.1.0 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.1.0.pre2 lib/arrthorizer/arrthorizer_exception.rb
arrthorizer-0.1.0.pre lib/arrthorizer/arrthorizer_exception.rb