module Owl class Error < StandardError def initialize(msg = "An error has occurred.") super( [" ** OwlCMS", msg].join(' - ') ) end end end