📦 directus / v6-archive

📄 Exception.php · 19 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19<?php

/**
 * Directus – <http://getdirectus.com>
 *
 * @link      The canonical repository – <https://github.com/directus/directus>
 * @copyright Copyright 2006-2017 RANGER Studio, LLC – <http://rangerstudio.com>
 * @license   GNU General Public License (v3) – <http://www.gnu.org/copyleft/gpl.html>
 */

namespace Directus\Exception;

/**
 * Directus base exception
 *
 * @author Welling Guzmán <welling@rngr.org>
 */
class Exception extends \Exception {}