Class: MoCo::HtmlError

Inherits:
JsError show all
Defined in:
lib/moco/browser_error.rb

Instance Method Summary collapse

Methods inherited from JsError

#escaped_message

Methods inherited from BrowserError

#initialize, message

Constructor Details

This class inherits a constructor from MoCo::BrowserError

Instance Method Details

#messageObject



99
100
101
# File 'lib/moco/browser_error.rb', line 99

def message
  read_file('error.html') % super
end