Exception: EY::ApiHMAC::BaseConnection::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- EY::ApiHMAC::BaseConnection::NotFound
- Defined in:
- lib/ey_api_hmac/base_connection.rb
Instance Method Summary (collapse)
-
- (NotFound) initialize(url)
constructor
A new instance of NotFound.
Constructor Details
- (NotFound) initialize(url)
A new instance of NotFound
25 26 27 |
# File 'lib/ey_api_hmac/base_connection.rb', line 25 def initialize(url) super("#{url} not found") end |