Sha256: cc4e184f5a759753a30d367fd15b04b43b56cc53b7c2a1bd49032b46a794008e

Contents?: true

Size: 230 Bytes

Versions: 33

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

module EveOnline
  module Exceptions
    # This is base EveOnline exception class. Rescue it if you want to
    # catch any exceptions from EveOnline.
    class Base < RuntimeError
    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
eve_online-0.27.0 lib/eve_online/exceptions/base.rb
eve_online-0.26.0 lib/eve_online/exceptions/base.rb
eve_online-0.25.0 lib/eve_online/exceptions/base.rb
eve_online-0.24.0 lib/eve_online/exceptions/base.rb
eve_online-0.23.0 lib/eve_online/exceptions/base.rb
eve_online-0.22.0 lib/eve_online/exceptions/base.rb
eve_online-0.21.0 lib/eve_online/exceptions/base.rb
eve_online-0.20.0 lib/eve_online/exceptions/base.rb
eve_online-0.19.0 lib/eve_online/exceptions/base.rb
eve_online-0.18.0 lib/eve_online/exceptions/base.rb
eve_online-0.17.0 lib/eve_online/exceptions/base.rb
eve_online-0.16.0 lib/eve_online/exceptions/base.rb
eve_online-0.15.0 lib/eve_online/exceptions/base.rb