Sha256: 36d685d97680a3d46779896fea654e06f3be8978e4e21a1cda392ea12ff0f52c

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

class Taro::Error < StandardError; end
class Taro::ArgumentError < Taro::Error; end
class Taro::RuntimeError < Taro::Error; end
class Taro::ValidationError < Taro::RuntimeError; end # not to be used directly
class Taro::InputError < Taro::ValidationError; end
class Taro::ResponseError < Taro::ValidationError; end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
taro-1.0.0 lib/taro/errors.rb