ReadOnlyTraitLaravel/src/ReadOnlyException.php

6 lines
116 B
PHP
Raw Normal View History

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