You are here

class Issue244ExceptionIntCode in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/Regression/GitHub/244/Issue244Test.php \Issue244ExceptionIntCode

Hierarchy

Expanded class hierarchy of Issue244ExceptionIntCode

File

vendor/phpunit/phpunit/tests/Regression/GitHub/244/Issue244Test.php, line 49

View source
class Issue244ExceptionIntCode extends Exception {
  public function __construct() {
    $this->code = 123;
  }

}

Members