AuthException.php 137 Bytes
<?php

namespace FootyRoom\Core;

use Exception;

/**
 * Generic authentication exception.
 */
class AuthException extends Exception
{
}