Exception: Goldendocx::Charts::InvalidChartType

Inherits:
StandardError
  • Object
show all
Defined in:
lib/goldendocx/charts.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidChartType

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