phalconplus Documentation v1.0.0-dev
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();
}