Exception: Goldendocx::Charts::InvalidChartType
- Inherits:
-
StandardError
- Object
- StandardError
- Goldendocx::Charts::InvalidChartType
- Defined in:
- lib/goldendocx/charts.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidChartType
constructor
A new instance of InvalidChartType.
Constructor Details
#initialize ⇒ InvalidChartType
Returns a new instance of InvalidChartType.
15 16 17 |
# File 'lib/goldendocx/charts.rb', line 15 def initialize super('Invalid chart type, supported types are [ line, bar, column, doughnut ]') end |