/
home
/
old_henza
/
server
/
vendor
/
mockery
/
mockery
/
library
/
Mockery
/
Exception
/
File Upload :
llllll
Current File: //home/old_henza/server/vendor/mockery/mockery/library/Mockery/Exception/BadMethodCallException.php
<?php namespace Mockery\Exception; class BadMethodCallException extends \BadMethodCallException { private $dismissed = false; public function dismiss() { $this->dismissed = true; // we sometimes stack them if ($this->getPrevious() && $this->getPrevious() instanceof BadMethodCallException) { $this->getPrevious()->dismiss(); } } public function dismissed() { return $this->dismissed; } }
Copyright ©2k19 -
Hexid
|
Tex7ure