class JekyllPush::Error::RainbowError

@param msg [String] the custom error message

Public Class Methods

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