Seditio Source
Root
|
.
/
othercms
/
croogo-4.0.7
/
vendor
/
friendsofcake
/
crud
/
src
/
Error
/
Exception
/
CrudException.php
<?php
namespace
Crud
\
Error
\
Exception
;
use
Exception
;
class
CrudException
extends
Exception
{
}