Searched refs:ExceptionNotEquals (Results 1 – 6 of 6) sorted by relevance
7 class ExceptionNotEquals extends ExceptionCompile class24 public static function create(string $message, $left, $right): ExceptionNotEquals26 return (new ExceptionNotEquals($message))31 private function setLeft($left): ExceptionNotEquals37 private function setRight($right): ExceptionNotEquals
125 * @throws ExceptionNotEquals - not equals134 …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
16 use ComboStrap\ExceptionNotEquals; alias101 * @throws ExceptionNotEquals108 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
12 use ComboStrap\ExceptionNotEquals; alias493 * @throws ExceptionNotEquals511 … 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)");
10 use ComboStrap\ExceptionNotEquals; alias196 } catch (ExceptionBadSyntax|ExceptionNotEquals $e) {210 } catch (ExceptionNotEquals $e) {223 } catch (ExceptionNotEquals $e) {
9 use ComboStrap\ExceptionNotEquals; alias297 * @throws ExceptionNotEquals309 throw new ExceptionNotEquals($error);