Searched refs:LogicException (Results 1 – 12 of 12) sorted by relevance
5 class LogicException extends Exception class9 class BadFunctionCallException extends LogicException17 class DomainException extends LogicException21 class InvalidArgumentException extends LogicException25 class LengthException extends LogicException29 class OutOfRangeException extends LogicException
178 SPL_ADD_CLASS(LogicException, z_list, sub, allow, ce_flags); \
33 } catch (LogicException $e) {34 echo "LogicException: ".$e->getMessage()."\n";39 } catch (LogicException $e) {40 echo "LogicException: ".$e->getMessage()."\n";92 LogicException: Cannot use SplFileObject with directories93 LogicException: Cannot use SplFileObject with directories110 LogicException: Cannot use SplFileObject with directories111 LogicException: Cannot use SplFileObject with directories
28 } catch (LogicException $e) {
13 throw new LogicException('new throw');28 Fatal error: Uncaught LogicException: new throw in %s:%d
29 catch (LogicException $e)36 } catch (LogicException $e)
53 LogicException: Cannot use SplFileObject with directories
2 Bug #55701 (GlobIterator throws LogicException with message 'The parent constructor was not called')19 // Throwing a LogicException is not correct20 echo "threw LogicException (unexpected)\n";25 // The derived classes must throw LogicException if the parent class constructor was not called40 // It must not throw LogicException when the iterator is not valid76 // However, they must not throw LogicException235 // Supplemental test: no method should throw LogicException if it is invoked269 // the LogicException is thrown (don't break the behaviour introduced to fix bug #54384)
15 } catch (LogicException $e) {
21 throw new \LogicException("Property '$name' is not defined.");
7 throw new LogicException("Extension $ext is required.");
175 throw new \LogicException('The message has not been set');232 throw new \LogicException('The message has not been set');
Completed in 20 milliseconds