Exception: ThreeScale::Backend::Logging::External::Impl::Error::ClassNotFound
- Inherits:
-
ThreeScale::Backend::Logging::External::Impl::Error
- Object
- StandardError
- ThreeScale::Backend::Logging::External::Impl::Error
- ThreeScale::Backend::Logging::External::Impl::Error::ClassNotFound
- Defined in:
- lib/3scale/backend/logging/external/impl.rb
Instance Method Summary collapse
-
#initialize(impl) ⇒ ClassNotFound
constructor
A new instance of ClassNotFound.
Constructor Details
#initialize(impl) ⇒ ClassNotFound
Returns a new instance of ClassNotFound.
37 38 39 40 |
# File 'lib/3scale/backend/logging/external/impl.rb', line 37 def initialize(impl) super "external logging implementation does not provide a " \ "similarly named class: #{impl.inspect}" end |