Exception: CabezaDeTermo::AssetsPublisher::CompilationJobNotSupportedError
- Inherits:
-
Error
- Object
- StandardError
- Error
- CabezaDeTermo::AssetsPublisher::CompilationJobNotSupportedError
- Defined in:
- lib/cabeza-de-termo/assets-publisher/errors/compilation-job-not-supported-error.rb
Instance Method Summary collapse
-
#initialize(compiler, compilation_job, message) ⇒ CompilationJobNotSupportedError
constructor
A new instance of CompilationJobNotSupportedError.
Constructor Details
#initialize(compiler, compilation_job, message) ⇒ CompilationJobNotSupportedError
Returns a new instance of CompilationJobNotSupportedError.
6 7 8 9 10 11 |
# File 'lib/cabeza-de-termo/assets-publisher/errors/compilation-job-not-supported-error.rb', line 6 def initialize(compiler, compilation_job, ) super() @compiler = compiler @compilation_job = compilation_job end |