class Syntropy::Error
def initialize(status, msg = '')
def initialize(status, msg = '') super(msg) @http_status = status || Qeweney::Status::INTERNAL_SERVER_ERROR end
def initialize(status, msg = '') super(msg) @http_status = status || Qeweney::Status::INTERNAL_SERVER_ERROR end