Exception: ThreeScale::Backend::Logging::External::Impl::Error::ClassNotFound

Inherits:
ThreeScale::Backend::Logging::External::Impl::Error show all
Defined in:
lib/3scale/backend/logging/external/impl.rb

Instance Method Summary collapse

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