Overview

Namespaces

  • PHP
  • XSLTBenchmarking
    • Reports
    • RunnerConsole
    • TestsGenerator
    • TestsRunner

Exceptions

  • Exception
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class Exception

Direct Known Subclasses

XSLTBenchmarking\Exception

Indirect Known Subclasses

XSLTBenchmarking\CollisionException, XSLTBenchmarking\GenerateTemplateException, XSLTBenchmarking\GenerateXmlException, XSLTBenchmarking\InvalidArgumentException, XSLTBenchmarking\InvalidStateException, XSLTBenchmarking\LongLoopException, XSLTBenchmarking\UnknownMethodException
PHP Extension: Core
Documented at php.net
Methods summary
public
# __construct( $message, $code, $previous )
final public
# getMessage( )
final public
# getCode( )
final public
# getFile( )
final public
# getLine( )
final public
# getTrace( )
final public
# getPrevious( )
final public
# getTraceAsString( )
public
# __toString( )
Properties summary
protected string $message ''
#
protected integer $code 0
#
protected $file
#
protected $line
#
XSTL Benchmarking API documentation generated by ApiGen.
Generated using the TokenReflection library.