class WaxTasks::Error::WaxTasksError

Custom WaxTasks Error class with magenta console output

Public Class Methods

new(msg = '') click to toggle source
Calls superclass method
# File lib/wax_tasks/error.rb, line 8
def initialize(msg = '')
  super(Rainbow(msg).magenta)
end