ReadOnlyTraitLaravel/src/ReadOnlyException.php

8 lines
118 B
PHP
Raw Normal View History

<?php
namespace MichaelAChrisco\ReadOnly;
use RuntimeException;
class ReadOnlyException extends RuntimeException{
}