Class: CSS::SAC::ErrorHandler
- Inherits:
-
Object
- Object
- CSS::SAC::ErrorHandler
- Defined in:
- lib/css/sac/error_handler.rb
Instance Method Summary collapse
Instance Method Details
#error(exception) ⇒ Object
4 5 |
# File 'lib/css/sac/error_handler.rb', line 4 def error(exception) end |
#fatal_error(exception) ⇒ Object
7 8 |
# File 'lib/css/sac/error_handler.rb', line 7 def fatal_error(exception) end |
#warning_error(exception) ⇒ Object
10 11 |
# File 'lib/css/sac/error_handler.rb', line 10 def warning_error(exception) end |