Sha256: 12061f518aeefe6c9cbfb9344115e7fecda33adcb2ed6431e1fa3d182900c886

Contents?: true

Size: 292 Bytes

Versions: 24

Compression:

Stored size: 292 Bytes

Contents

module IEX
  module Errors
    class SymbolNotFoundError < StandardError
      attr_reader :symbol
      attr_reader :response

      def initialize(symbol, response)
        @response = response
        @symbol = symbol
        super "Symbol #{symbol} Not Found"
      end
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
iex-ruby-client-2.1.0 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-2.0.0 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-1.6.0 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-1.5.0 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-1.4.1 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-1.4.0 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-1.3.0 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-1.2.0 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-1.1.2 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-1.1.1 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-1.1.0 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-1.0.1 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-1.0.0 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-0.4.4 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-0.4.3 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-0.4.2 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-0.4.1 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-0.4.0 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-0.3.3 lib/iex/errors/symbol_not_found_error.rb
iex-ruby-client-0.3.2 lib/iex/errors/symbol_not_found_error.rb