Doctrine\OrientDB\OverflowException::__construct PHP Method

__construct() public method

public __construct ( $message )
    public function __construct($message)
    {
        $this->message = $message;
    }
OverflowException