mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 18:59:09 -04:00
9 lines
82 B
PHP
9 lines
82 B
PHP
<?php
|
|
|
|
namespace League\Flysystem;
|
|
|
|
class Exception extends \Exception
|
|
{
|
|
//
|
|
}
|