module SimpleAuth class RecordNotFound < StandardError; end class NotAuthorized < StandardError; end end