Exception: MightyGrid::Exceptions::ArgumentError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/mighty_grid/exceptions.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(str) ⇒ ArgumentError

:nodoc:



4
5
6
# File 'lib/mighty_grid/exceptions.rb', line 4

def initialize(str)  #:nodoc:
  super("MightyGrid: #{str}")
end