Jaspaul/eloquent-sti

View on GitHub
src/Exceptions/UndefinedTypeException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Jaspaul\EloquentSTI\Exceptions;

use Exception;

class UndefinedTypeException extends Exception
{
}