Repository URL to install this package:
|
Version:
4.0.0.pre.3 ▾
|
module Core
module Errors
class CoreError < StandardError
end
class ConfigurationError < CoreError
end
class InvalidParameterError < CoreError
end
class UserPurchasesNotPermittedError < CoreError
end
class TokenExchangeError < CoreError
end
end
end