Home
last modified time | relevance | path

Searched refs:ExceptionNotEquals (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/ComboStrap/
H A DExceptionNotEquals.php7 class ExceptionNotEquals extends ExceptionCompile class
24 public static function create(string $message, $left, $right): ExceptionNotEquals
26 return (new ExceptionNotEquals($message))
31 private function setLeft($left): ExceptionNotEquals
37 private function setRight($right): ExceptionNotEquals
H A DHtml.php125 * @throws ExceptionNotEquals - not equals
134 …throw new ExceptionNotEquals("The expected srcSet count ($countExpected) is not the same than the …
154 …throw new ExceptionNotEquals("The expected width ($expectedWidth) of the srcSet ($i) is not the sa…
160 } catch (ExceptionNotEquals $e) {
161 …throw ExceptionNotEquals::create("Not Equals on Src Set ($i). Error: {$e->getMessage()}.", $expect…
169 * @throws ExceptionNotEquals
/plugin/combo/ComboStrap/TagAttribute/
H A DStyleAttribute.php16 use ComboStrap\ExceptionNotEquals; alias
101 * @throws ExceptionNotEquals
108 throw new ExceptionNotEquals("The expected style does not have the $key property");
111 …throw new ExceptionNotEquals("The style $key property does not have the same value ($value vs $exp…
116 throw new ExceptionNotEquals("The expected styles has an extra property ($key=$value)");
121 * @throws ExceptionNotEquals
/plugin/combo/ComboStrap/Web/
H A DUrl.php12 use ComboStrap\ExceptionNotEquals; alias
493 * @throws ExceptionNotEquals
511 … throw new ExceptionNotEquals("The scheme are not equals ($actualScheme vs $expectedScheme)");
527 throw new ExceptionNotEquals("The host are not equals ($actualHost vs $expectedHost)");
537 throw new ExceptionNotEquals("The expected url does not have the $key property");
540 …throw new ExceptionNotEquals("The $key property does not have the same value ($value vs $expectedV…
545 throw new ExceptionNotEquals("The expected URL has an extra property ($key=$value)");
562 …throw new ExceptionNotEquals("The fragment are not equals ($actualFragment vs $expectedFragment)");
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php10 use ComboStrap\ExceptionNotEquals; alias
196 } catch (ExceptionBadSyntax|ExceptionNotEquals $e) {
210 } catch (ExceptionNotEquals $e) {
223 } catch (ExceptionNotEquals $e) {
H A DXmlElement.php9 use ComboStrap\ExceptionNotEquals; alias
297 * @throws ExceptionNotEquals
309 throw new ExceptionNotEquals($error);