Exception.php
Gesponsorde koppelingen
PHP script bestanden
Code (php)
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
<?php
namespace MatthiasMullie\Minify;
/**
* @author Matthias Mullie <[email protected]>
*/
class Exception extends \Exception
{
}
namespace MatthiasMullie\Minify;
/**
* @author Matthias Mullie <[email protected]>
*/
class Exception extends \Exception
{
}