Exception: ExceptionShouldNotBeReached

Inherits:
Exception
  • Object
show all
Defined in:
lib/Keepyourhead/Utils.rb

Overview

require “RMagick” include Magick require “rghost”

Instance Method Summary collapse

Constructor Details

#initializeExceptionShouldNotBeReached

Returns a new instance of ExceptionShouldNotBeReached.



75
76
77
# File 'lib/Keepyourhead/Utils.rb', line 75

def initialize
	super "should not be reached"
end