Exception: Inferno::ProhibitedSystemException
- Inherits:
-
StandardError
- Object
- StandardError
- Inferno::ProhibitedSystemException
- Defined in:
- lib/inferno/exceptions.rb
Instance Method Summary collapse
-
#initialize(url) ⇒ ProhibitedSystemException
constructor
A new instance of ProhibitedSystemException.
Constructor Details
#initialize(url) ⇒ ProhibitedSystemException
Returns a new instance of ProhibitedSystemException.
27 28 29 |
# File 'lib/inferno/exceptions.rb', line 27 def initialize(url) super("Inferno is unable to validate codes from #{url} due to license restrictions") end |