Exception: ThreeScale::Backend::Logging::External::Impl::Error::FileNotFound
- Inherits:
-
ThreeScale::Backend::Logging::External::Impl::Error
- Object
- StandardError
- ThreeScale::Backend::Logging::External::Impl::Error
- ThreeScale::Backend::Logging::External::Impl::Error::FileNotFound
- Defined in:
- lib/3scale/backend/logging/external/impl.rb
Instance Method Summary collapse
-
#initialize(impl) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
Constructor Details
#initialize(impl) ⇒ FileNotFound
Returns a new instance of FileNotFound.
31 32 33 |
# File 'lib/3scale/backend/logging/external/impl.rb', line 31 def initialize(impl) super "external logging implementation not found for #{impl.inspect}" end |