<?php namespace App\Exceptions; use Exception; /** * Class InvalidSecretException. * * @codeCoverageIgnore */ class InvalidSecretException extends Exception { }