Exception: Callapi::CouldNotFoundMockRequestFileError
- Inherits:
-
StandardError
- Object
- StandardError
- Callapi::CouldNotFoundMockRequestFileError
- Defined in:
- lib/callapi/errors.rb
Instance Method Summary collapse
-
#initialize(file_path) ⇒ CouldNotFoundMockRequestFileError
constructor
A new instance of CouldNotFoundMockRequestFileError.
Constructor Details
#initialize(file_path) ⇒ CouldNotFoundMockRequestFileError
Returns a new instance of CouldNotFoundMockRequestFileError.
46 47 48 |
# File 'lib/callapi/errors.rb', line 46 def initialize(file_path) super "Expected \"#{file_path}\"" end |