ZwiiCMS/core/vendor/flintstone/Exception.php

8 lines
69 B
PHP
Raw Normal View History

2019-08-05 08:05:06 +02:00
<?php
namespace Flintstone;
class Exception extends \Exception
{
}