EventStackError.php 95 B

12345678
  1. <?php
  2. namespace Masterminds\HTML5\Tests\Parser;
  3. class EventStackError extends \Exception
  4. {
  5. }