<?php namespace FootyRoom\Core; use Exception; /** * Generic authentication exception. */ class AuthException extends Exception { }