mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-11-01 05:43:22 -07:00
8 lines
118 B
PHP
8 lines
118 B
PHP
|
<?php
|
||
|
namespace MichaelAChrisco\ReadOnly;
|
||
|
use RuntimeException;
|
||
|
|
||
|
class ReadOnlyException extends RuntimeException{
|
||
|
|
||
|
}
|