Exception: StandardError

Inherits:
Exception
  • Object
show all
Defined in:
lib/benoit/compiler_error.rb

Overview

CompilerError.rb

Benoit

Created by Joseph Fiorini on 11/5/12.
Copyright 2012 densitypop. All rights reserved.

Direct Known Subclasses

Benoit::CompilerError

Instance Method Summary collapse

Instance Method Details

#messageObject



11
12
13
# File 'lib/benoit/compiler_error.rb', line 11

def message
  @message# || "Staticly has encountered an internal error. Please contact @staticlyapp on Twitter to resolve this problem."
end

#typeObject



15
16
17
# File 'lib/benoit/compiler_error.rb', line 15

def type
  "error"
end