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

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) ⇒ 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