]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_TotalPriceNotCalculatedException.php
Type-hints fixed, header docs fixed, exceptions deprecated
[shipsimu.git] / application / ship-simu / exceptions / class_TotalPriceNotCalculatedException.php
index 2d1b31322a12782d8bea54e87acb928407828f06..3bc3a80bfc28ffcb42a5a32059168026824504cf 100644 (file)
@@ -22,7 +22,7 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class TotalPriceNotCalculatedException extends FrameworkException {
-       public function __construct (BaseFrameworkSystem $class, $code) {
+       public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
                $message = sprintf("[%s:] Gesamtpreis ist nicht ermittelbar.",
                        $class->__toString()