Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
CRAP | ||||||
UnserializeException | |
100.00% |
1 / 1 |
0 |
<?php namespace SEIDS\LinkedLists; | |
//============================================================================== | |
// PHP SEIDS: Supplementary, Easily Interchangeable Data Structures | |
// | |
// Copyright 2015, Daniel A.C. Martin | |
// Distributed under the MIT License. | |
// (See LICENSE file for details.) | |
//============================================================================== | |
class UnserializeException extends \UnexpectedValueException implements ExceptionInterface | |
{ | |
} |