Home
last modified time | relevance | path

Searched refs:exception (Results 276 – 300 of 679) sorted by path

1...<<11121314151617181920>>...28

/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLexer.php157 ->exception(function () use ($result) {
298 ->exception(function () use ($result) {
324 ->exception(function () use ($result) {
411 ->exception(function () use ($result) {
489 ->exception(function () use ($result) {
H A DLlk.php58 ->exception(function () use ($stream) {
313 ->exception(function () use ($pp) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRepetition.php118 ->exception(function () use ($name, $min, $max, $children, $id) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md121 The `Throwable` interface has been introduced to represent a whole new exception
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php288 ->exception(function () {
H A DXcallable.php216 ->exception(function () {
225 ->exception(function () {
235 ->exception(function () {
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DEvent.php103 ->exception(function () use ($eventId, $source) {
116 ->exception(function () use ($eventId, $source) {
129 ->exception(function () use ($eventId, $source) {
271 ->exception(function () use ($eventId, $source, $data) {
H A DListener.php100 ->exception(function () use ($listener, $listenerId, $callable) {
235 ->exception(function () use ($listener) {
H A DListens.php112 ->exception(function () use ($listenable) {
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php95 foreach ($this as $exception) {
101 $exception->raise($previous)
149 foreach ($this->_group->pop() as $index => $exception) {
150 $this[$index] = $exception;
206 * @param Exception $exception Exception.
209 public function offsetSet($index, $exception) argument
211 if (!($exception instanceof \Exception)) {
219 $group[] = $exception;
221 $group[$index] = $exception;
H A DIdle.php268 public static function uncaught($exception) argument
270 if (!($exception instanceof self)) {
271 throw $exception;
279 'Uncaught exception (' . get_class($exception) . '):' . "\n" .
280 $exception->raise(true);
308 return set_exception_handler(function ($exception) {
309 return self::uncaught($exception);
H A DREADME.md8 …a href="https://travis-ci.org/hoaproject/exception"><img src="https://img.shields.io/travis/hoapro…
9 …/coveralls.io/github/hoaproject/exception?branch=master"><img src="https://img.shields.io/coverall…
10 …href="https://packagist.org/packages/hoa/exception"><img src="https://img.shields.io/packagist/dt/…
37 require [`hoa/exception`](https://packagist.org/packages/hoa/exception):
40 $ composer require hoa/exception '~1.0'
70 An exception is constitued of:
74 * A previous exception (optional).
76 Thus, the following example builds an exception:
96 echo $exception->raise(true);
105 * Nested exception (Hoa\Exception\Exception):
[all …]
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php64 ->given($exception = new SUT('foo', 42, '/hoa/flatland', 153))
65 ->when($result = $exception->raise())
139 ->exception(function () {
H A DIdle.php64 ->given($exception = new SUT('foo'))
65 ->when($result = $exception->getBacktrace())
116 $exception = new SUT($message)
141 ->given($exception = new SUT('foo'))
142 ->when($result = $exception->getFrom())
152 ->when($result = $exception->raise())
168 ->when($result = $exception->raise(true))
203 ->exception(function () {
214 ->given($exception = new SUT('foo'))
215 ->when($result = $exception->__toString())
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DCounter.php75 ->exception(function () {
H A DLimit.php77 ->exception(function () use ($iterator) {
90 ->exception(function () use ($limit) {
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md25 …* Arithmetic: Throw the “division by zero” exception in all possible cases. (Marc Gratch, 2016-04-…
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php72 ->exception(function () use ($context, $name) {
133 ->exception(function () use ($context, $name) {
147 ->exception(function () use ($context, $name) {
212 ->exception(function () use ($context, $name) {
226 ->exception(function () use ($context, $name) {
H A DIssue.php62 ->exception(function () use ($visitor, $ast) {
76 ->exception(function () use ($visitor, $ast) {
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php114 ->exception(function () use ($variableName, $compiler, $visitor) {
148 ->exception(function () use ($constantName, $compiler, $visitor) {
180 ->exception(function () use ($functionName, $compiler, $visitor) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php122 ->exception(function () use ($root) {
132 ->exception(function () use ($root) {
156 ->exception(function () use ($root) {
230 ->exception(function () use ($node) {
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md53 * Throw an exception when a node is not supported. (Ivan Enderlin, 2014-11-14T10:43:56+01:00)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md31 * Filter: Add an exception & update documentation. (Ivan Enderlin, 2017-02-02T14:46:36+01:00)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php56 ->exception(function () {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php85 ->exception(function () use ($name, $class) {
109 ->exception(function () {
122 ->exception(function () {
189 ->exception(function () {

1...<<11121314151617181920>>...28