Sha256: 2befb6cc38ce626ea191794ab2f9f3074ab6be20e4b9a5665dc747bc0509d50d

Contents?: true

Size: 219 Bytes

Versions: 2

Compression:

Stored size: 219 Bytes

Contents

module MtGox
  # Custom error class for rescuing from all MtGox errors
  class Error < StandardError; end
  class MysqlError < Error; end
  class UnauthorizedError < Error; end
  class FilthyRichError < Error; end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mtgox-0.9.1 lib/mtgox/error.rb
mtgox-0.9.0 lib/mtgox/error.rb