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