phalconplus Documentation v1.2.0
Class PhalconPlus Assert

AssertionFailedException

    namespace PhalconPlus\Assert;

interface AssertionFailedException
{
    public function __construct(message, code, propertyPath = null, value, array constraints = []);
    public function getPropertyPath();
    public function getValue();
    public function getConstraints();
}