Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Apr 2, 2024
1 parent d14147c commit 02cbf3d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pmmpthread/NonThreadSafeValueError.stub.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

/**
* @generate-class-entries
*/

namespace pmmp\thread;

/**
* Thrown when a non-thread-safe value attempts to be assigned to a ThreadSafe object.
*
* @since 6.0.0
*/
class NonThreadSafeValueError extends \ValueError{

}

0 comments on commit 02cbf3d

Please sign in to comment.