Overview

Namespaces

  • Evenement
  • None
  • Peridot
    • Console
    • Core
    • Reporter
    • Runner
    • Scope
    • Test
  • Symfony
    • Component
      • Console
        • Command
        • Descriptor
        • Event
        • Exception
        • Formatter
        • Helper
        • Input
        • Logger
        • Output
        • Question
        • Style
        • Tester
        • Tests
          • Command
          • Descriptor
          • Fixtures
          • Formatter
          • Helper
          • Input
          • Logger
          • Output
          • Style
          • Tester

Classes

  • Configuration

Exceptions

  • AssertException
  • Overview
  • Namespace
  • Class

Class AssertException

Represents a failed assert() call.

Exception implements Throwable
Extended by Peridot\AssertException
Namespace: Peridot
Package: Peridot
Located at AssertException.php
Methods summary
public static Peridot\AssertException
# handle( string $file, integer $line, string $expression, string $description )

Handle a failed assert() call.

Handle a failed assert() call.

Parameters

$file
$line
$expression
$description

Returns

Peridot\AssertException
public
# __construct( string $file, integer $line, string $expression, string $description )

Construct a new assert exception.

Construct a new assert exception.

Parameters

$file
$line
$expression
$description

Overrides

Exception::__construct()
Methods inherited from Exception
__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
Peridot API documentation generated by ApiGen