Exception: WebResourceBundler::Exceptions::LogCreationError

Inherits:
WebResourceBundlerError show all
Defined in:
lib/web_resource_bundler/exceptions.rb

Instance Method Summary collapse

Methods inherited from WebResourceBundlerError

#to_s

Constructor Details

#initialize(log_path, original_exception) ⇒ LogCreationError

Returns a new instance of LogCreationError.



25
26
27
# File 'lib/web_resource_bundler/exceptions.rb', line 25

def initialize(log_path, original_exception)
  super "Can't create log file, check log path: #{log_path}\n#{original_exception}"
end