Exception: Thinreports::BasicReport::Errors::IncompatibleLayoutFormat
- Inherits:
-
Basic
- Object
- StandardError
- Basic
- Thinreports::BasicReport::Errors::IncompatibleLayoutFormat
- Defined in:
- lib/thinreports/basic_report/core/errors.rb
Instance Method Summary collapse
-
#initialize(filename, fileversion, required_rules) ⇒ IncompatibleLayoutFormat
constructor
A new instance of IncompatibleLayoutFormat.
Constructor Details
#initialize(filename, fileversion, required_rules) ⇒ IncompatibleLayoutFormat
Returns a new instance of IncompatibleLayoutFormat.
53 54 55 56 57 58 |
# File 'lib/thinreports/basic_report/core/errors.rb', line 53 def initialize(filename, fileversion, required_rules) super("Generator #{Thinreports::VERSION} can not be built this file, " \ "'#{File.basename(filename)}'. " \ "This file is updated in the Editor of version '#{fileversion}', " \ "but Generator requires version #{required_rules}.") end |