Exception: DiamondLang::Errors::TooSmall

Inherits:
StandardError
  • Object
show all
Defined in:
lib/diamond-lang/helpers/errors/too_small.rb

Instance Method Summary collapse

Constructor Details

#initializeTooSmall

Returns a new instance of TooSmall.



4
5
6
# File 'lib/diamond-lang/helpers/errors/too_small.rb', line 4

def initialize
  super "Could not fit all commands in the area you selected."
end