# File lib/arborist/exceptions.rb, line 11 def initialize( reason ) super( "Invalid message (#{reason})" ) end