8 lines
88 B
PHP
8 lines
88 B
PHP
<?php
|
|
|
|
namespace OCA\Gestion\Exception;
|
|
|
|
class TemplateException extends \Exception
|
|
{
|
|
}
|