| Current Path : /home/cinepatreb/billetterie/vendor/markbaker/matrix/classes/src/ |
| Current File : /home/cinepatreb/billetterie/vendor/markbaker/matrix/classes/src/Exception.php |
<?php
/**
* Exception.
*
* @copyright Copyright (c) 2013-2018 Mark Baker (https://github.com/MarkBaker/PHPMatrix)
* @license https://opensource.org/licenses/MIT MIT
*/
namespace Matrix;
class Exception extends \Exception
{
}