Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
advisor
/
vendor
/
icecave
/
parity
/
src
/
Exception
/
File Content:
NotComparableException.php
<?php namespace PleskAdvisor\Icecave\Parity\Exception; use Exception; use PleskAdvisor\Icecave\Repr\Repr; use LogicException; class NotComparableException extends LogicException { /** * @param mixed $lhs * @param mixed $rhs * @param Exception|null $previous */ public function __construct($lhs, $rhs, Exception $previous = null) { parent::__construct(\sprintf('Can not compare %s to %s.', Repr::repr($lhs), Repr::repr($rhs)), 0, $previous); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
NotComparableException.php
509 bytes
0644
N4ST4R_ID | Naxtarrr