9 lines
116 B
PHP
9 lines
116 B
PHP
|
<?php
|
||
|
namespace HTML5;
|
||
|
|
||
|
/**
|
||
|
* The base exception for the HTML5 project.
|
||
|
*/
|
||
|
class Exception extends \Exception {
|
||
|
}
|